CanInitializeView Method

Summary

Determines whether the object can run the view.

Syntax
C#
VB
C++
public override bool CanInitializeView( 
   WorkstationContainer container 
) 
  
Public Overrides Function CanInitializeView( _ 
   ByVal container As WorkstationContainer _ 
) As Boolean 
public: 
bool CanInitializeView(  
   WorkstationContainer^ container 
) override  

Parameters

container
The Leadtools.Medical.Workstation.WorkstationContainer for the current active workstation.

Return Value

true if the presenter can activate the view; otherwise, it is false.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly